Repldex Archive

Basic (Beta)

amjad and Faris Masad created Basic. The compiler compiles it to Atari basic and the compiler was written in node.js.

Redundancies

You need to add a line number

for example:

10 hi world

20 hello

Which is a bit useless as there are also line numbers to the left.

So it looks like

1| 10 hi world

2| 20 hello